Remove an unused debug value
authorMatthias Clasen <mclasen@redhat.com>
Wed, 10 Jan 2018 03:56:05 +0000 (22:56 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 10 Jan 2018 03:56:40 +0000 (22:56 -0500)
GTK_DEBUG_MISC is not used at all. Drop it.

docs/reference/gtk/running.sgml
gtk/gtkdebug.h
gtk/gtkmain.c

index 7854bfa0f65bae53f6b551f06d86148bdfc71c9f..5ef674e832ade27f7b39417efea9b2b000599dd6 100644 (file)
@@ -68,10 +68,6 @@ additional environment variables.
       <term>keybindings</term>
       <listitem><para>Keybindings</para></listitem>
     </varlistentry>
-    <varlistentry>
-      <term>misc</term>
-      <listitem><para>Miscellaneous information</para></listitem>
-    </varlistentry>
     <varlistentry>
       <term>modules</term>
       <listitem><para>Loading of modules</para></listitem>
index e550a32715b91d1fae845d6ee1a2fd9882574957..b42eba91e134f08ec9ed19f06887923d8555d93f 100644 (file)
@@ -35,7 +35,6 @@
 G_BEGIN_DECLS
 
 typedef enum {
-  GTK_DEBUG_MISC            = 1 << 0,
   GTK_DEBUG_TEXT            = 1 << 1,
   GTK_DEBUG_TREE            = 1 << 2,
   GTK_DEBUG_UPDATES         = 1 << 3,
index 48c3aaeeec260fbbebd0fc4beaec142383ef6ca2..12f4da3c42b1691261d2aa22bd97b2cf3d177f1b 100644 (file)
@@ -153,7 +153,6 @@ DisplayDebugFlags debug_flags[N_DEBUG_DISPLAYS];
 
 #ifdef G_ENABLE_DEBUG
 static const GDebugKey gtk_debug_keys[] = {
-  { "misc", GTK_DEBUG_MISC },
   { "text", GTK_DEBUG_TEXT },
   { "tree", GTK_DEBUG_TREE },
   { "updates", GTK_DEBUG_UPDATES },